home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_Includes_JScript.asp < prev    next >
Encoding:
Text File  |  1998-05-29  |  912 b   |  32 lines

  1. <%@ LANGUAGE = JScript %>
  2.  
  3. <!*************************
  4. This sample is provided for educational purposes only. It is not intended to be 
  5. used in a production environment, has not been tested in a production environment, 
  6. and Microsoft will not provide technical support for it. 
  7. *************************>
  8.  
  9. <HTML>
  10.     <HEAD>
  11.         <TITLE>Server Side Includes</TITLE>
  12.     </HEAD>
  13.  
  14.     <BODY BGCOLOR="White" TOPMARGIN="10" LEFTMARGIN="10">
  15.         
  16.         <!-- Display header. -->
  17.  
  18.         <FONT SIZE="4" FACE="ARIAL, HELVETICA">
  19.         <B>Server Side Includes</B></FONT><BR>   
  20.  
  21.  
  22.         <P>Server-Side Includes can be done using the
  23.         #Include File command.  The below text in bold
  24.         has been generated with a Server-Side Include:
  25.  
  26.         <P> <!--#INCLUDE FILE="HeaderInfo.asp"--> 
  27.         
  28.         <P>Include files can be referenced using either
  29.         absolute or relative paths.<BR>
  30.     </BODY>
  31. </HTML>
  32.